Carbon


SecProgressCallbackProcPtr

Header: FileSigning.h Carbon status: Under Evaluation

typedef OSStatus(* SecProgressCallbackProcPtr) (
    SecProgressCallbackInfo *callbackInfo, 
    void *userContext
);

You would declare your function like this if you were to name it MySecProgressCallbackCallback:

OSStatus MySecProgressCallbackCallback (
    SecProgressCallbackInfo *callbackInfo, 
    void *userContext
);
function result

A result code.


© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)